home *** CD-ROM | disk | FTP | other *** search
- ; Set general volume [0..1]
- Sound.Volume = 1.0
-
- ; set output frequency (44100, 22050, 11025, ...)
- Sound.Software.Frequency = 44100
- ; switch 16 bit output
- Sound.Software.16Bits = true
- ; switch stereo output
- Sound.Software.Stereo = true
-
- ; sound refresh by second
- Sound.WaveOut.Refresh = 20
-